aboutsummaryrefslogtreecommitdiff
path: root/src/pages/blog/[...slug].astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/blog/[...slug].astro')
-rw-r--r--src/pages/blog/[...slug].astro7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro
index 790a920..1eccb0b 100644
--- a/src/pages/blog/[...slug].astro
+++ b/src/pages/blog/[...slug].astro
@@ -24,3 +24,10 @@ const { Content } = await entry.render();
</article>
</main>
</Page>
+
+<style>
+ img {
+ width: 20%;
+ height: 50%;
+ }
+</style>